home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / first < prev    next >
Encoding:
Text File  |  1992-07-09  |  328 b   |  6 lines

  1. first --Operation, one input.
  2.      The input may be any non-empty Logo object.  If the input is  a  list,
  3.      the output is its first member.  If the input is a word, the output is
  4.      a single-letter word, namely the first letter of the  input.   If  the
  5.      input is empty (a word or list of length zero) an error results.
  6.